-
Notifications
You must be signed in to change notification settings - Fork 32
🎨 Program jobs: Pass metadata and return display version #7562
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🎨 Program jobs: Pass metadata and return display version #7562
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7562 +/- ##
===========================================
- Coverage 87.69% 69.58% -18.12%
===========================================
Files 1774 779 -995
Lines 68368 35529 -32839
Branches 1125 170 -955
===========================================
- Hits 59956 24722 -35234
- Misses 8105 10749 +2644
+ Partials 307 58 -249
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thx
services/api-server/src/simcore_service_api_server/api/routes/programs.py
Outdated
Show resolved
Hide resolved
services/api-server/src/simcore_service_api_server/api/routes/solvers_jobs.py
Outdated
Show resolved
Hide resolved
services/api-server/src/simcore_service_api_server/models/schemas/programs.py
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
services/api-server/src/simcore_service_api_server/_service_job.py
Outdated
Show resolved
Hide resolved
|



What do these changes do?
nameanddescriptionwhen creating a program job via the api-server.projects_to_jobstable.Program's display version to the api-server.Related issue/s
How to test
Dev-ops checklist